// -ENEMY------------------------------------------------------ \\
// strongTurret
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   This ship simply enters the screen once and then fires at
//   the player from a stationary position in the formation
//   as determined by the swooping / attack commands.  As a
//   multi-hit target that constantly pesters the player, this
//   is goal-type enemy.  The large slow bullets are easily 
//   seen, but not so easily avoided.
//
// Difficulty: 7
//
// ------------------------------------------------------------ \\

EnemyType enemyBuffBugPurple

SwoopPath strongTurretFire
EscapePath strongTurretEscape

CanSwoop true

DoesRotate true

SwoopSound none

BulletSpeed 55
BulletSize 3.2
BulletType purple
BulletColor 1.0 0.7 1.0 1.0
BulletGlowColor 1.0 0 1.0 0.7

Color 1.0 1.0 1.0 1.0

ColorOnHit 1 1.0 0.557 1.0 1.0
ColorOnHit 2 0.851 0 1.0 1.0
ColorOnHit 3 0.616 0 1.0 1.0

HitPoints 4

Size 10

AbortPathAtScreenBottom true

EntryScore 300

BaseScore 200

SwoopingScore 400
